home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cug232 / file.lst < prev    next >
File List  |  1987-06-17  |  2KB  |  174 lines

  1. Originally, unbundled files are stored in the following five directories:
  2.  
  3. docs
  4. parser
  5. prelude
  6. sources
  7. tests
  8.  
  9. The names of some files are changed because they are imported from UNIX to
  10. MSDOS. Those changes are shown below:
  11.  
  12. original name        --> distribution name
  13.  
  14. << docs    >>
  15.  
  16. BUGS
  17. INDEX
  18. Makefile        --> makefile.doc
  19. READ_ME
  20. apndx1
  21. books
  22. install
  23. macros
  24. st.1
  25. syntax
  26. userman
  27.  
  28. << parser >>
  29.  
  30. Makefile        --> makefile.par
  31. cmds.h
  32. disclaim
  33. drive.h
  34. env.h
  35. lex.yy.c        --> lexyy.c
  36. parse1.c
  37. parse2.c
  38. parser.h
  39. parser.lex
  40. parser.y
  41. primnum.h
  42. uchar.c
  43. y.tab.c            --> ytab.c
  44. y.tab.h            --> ytab.h
  45.  
  46. << prelude >>
  47.  
  48. Makefile        --> makefile.pre
  49. acollection.st        --> acollect.st
  50. array.st
  51. bag.st
  52. block.st
  53. boolean.st
  54. bytearray.st        --> byterarr.st
  55. char.st
  56. class.st
  57. collection.st        --> collecti.st
  58. dictionary.st        --> dictiona.st
  59. false.st
  60. file.st
  61. float.st
  62. form.st
  63. init
  64. integer.st
  65. interval.st
  66. kcollection.st        --> kcollect.st
  67. larray.st
  68. list.st
  69. magnitude.st        --> magnitud.st
  70. nil.st
  71. number.st
  72. object.st
  73. pen.st
  74. point.st
  75. process.st
  76. radian.st
  77. random.st
  78. savescript        --> savescri
  79. scollection.st        --> scollent.st
  80. semaphore.st
  81. set.st
  82. smalltalk.st        --> smalltal.st
  83. string.st
  84. symbol.st
  85. true.st
  86.  
  87. << sources >>
  88.  
  89. Makefile        --> makefile.sou
  90. array.c
  91. block.c
  92. block.h
  93. byte.c
  94. byte.h
  95. class.c
  96. cldict.c
  97. courier.c
  98. disclaim
  99. drive.c
  100. file.c
  101. file.h
  102. interp.c
  103. interp.h
  104. lex.c
  105. lexcmd.c
  106. line.c
  107. main.c
  108. newmal.c
  109. number.c
  110. number.h
  111. object.c
  112. object.h
  113. primitive.c        --> primitiv.c
  114. primitive.h        --> primitiv.h
  115. process.c
  116. process.h
  117. sstr.c
  118. string.c
  119. string.h
  120. symbol.c
  121. symbol.h
  122. symbols
  123. syms.c
  124.  
  125. << tests >>
  126.  
  127. 4queen.out
  128. 4queen.st
  129. 8queen.st
  130. Makefile        --> makefile.tes
  131. basic.out
  132. basic.st
  133. blocks.out
  134. blocks.st
  135. check.st
  136. collect.out
  137. collect.st
  138. cond.st
  139. control.st
  140. copy.out
  141. copy.st
  142. fib.st
  143. file.out
  144. file.st
  145. fork.out
  146. fork.st
  147. generator.st        --> generato.st
  148. in
  149. new.out
  150. new.st
  151. num.out
  152. num.st
  153. penshow.st
  154. phil.out
  155. phil.st
  156. plane.st
  157. prime.st
  158. prime3.st
  159. prime4.st
  160. primes.out
  161. primes.st
  162. prob.st
  163. sim1.out
  164. sim1.st
  165. sim2.out
  166. sim2.st
  167. sim3.out
  168. sim3.st
  169. super.out
  170. super.st
  171. temp.st
  172. turing.st
  173. visitor.st
  174.